home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_1
/
cpdist
/
todo
< prev
next >
Wrap
Text File
|
1994-01-12
|
756b
|
31 lines
o creation of (relative) destination directories of unlimited depth,
i.e. a/b/c will create c in b after creating b in a if non-existant.
o derive CP(Y) from CPDIST w/ CPDIST-like usage also available:
> CP @distfile destination/
... but also all the other features of a good copy command like
> CP sourcefile1 ... sourcefileN destinationpath/
w/ pattern matching for the filenames, or
> CP -r dir1 ... dirN file1 ... fileN destinationpath/
with ´-r' or ´--recursively' forcing cv to decent a path recursively
> CP -m infile1 ... infileN outfile
merging files to one output file
> CP -s1024 file1 ... fileN outpath/
splitting files after 1024 bytes and generating file1.1 to file1.X
in the output path